bitkeeper revision 1.632 (3fbf979eo_ScBFnsFE5_BwSNLqCSog)
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Sat, 22 Nov 2003 17:06:38 +0000 (17:06 +0000)
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Sat, 22 Nov 2003 17:06:38 +0000 (17:06 +0000)
createlinuxdom.py:
  Clarify teh createlinuxdom example script.

tools/examples/createlinuxdom.py

index d13ce5dbcb97fb7728978557628e7bee06e9e887..57b2b0760ab4acf2e9480e9ab6c71743bf442004 100755 (executable)
@@ -27,9 +27,10 @@ gateway = XenoUtil.get_current_ipgw()
 nfsserv = "ADDRESS"
 nfspath = "FULL_PATH_TO_ROOT_DIR"
 
-# STEP 5b. Specify root (and possibly /usr) on local disc (if not NFS booting)
+# STEP 5b. Specify root partition on local disc (if not NFS booting)
 #root_partn = "/dev/sda2"
-#usr_partn  = "/dev/sda6"
+# (NB. The following is only needed for a separate shared read-only /usr)
+# (usr_partn  = "/dev/sda6")
 
 # STEP 6. Check that the following cmdline setup is to your taste.
 cmdline = "ip="+ipaddr+":"+nfsserv+":"+gateway+":"+netmask+"::eth0:off"